diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-12-30 14:08:45 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2019-12-31 14:01:22 +0100 |
commit | 6ca05fe5e859a5f276453085fe4d89e662741a54 (patch) | |
tree | 2255926d9c5145455225aa1ec4ee606d4726a62c /specs/knutclient.spec.mandrake.10.1 | |
parent | c70d0dd138d856266ad3990c4d7cf6c0dd0a43c4 (diff) | |
download | knutclient-6ca05fe5e859a5f276453085fe4d89e662741a54.tar.gz knutclient-6ca05fe5e859a5f276453085fe4d89e662741a54.zip |
Drop automake build support.
Add basic build instructions to the INSTALL file.
Remove empty files NEWS and TODO.
Remove "specs" folder as well as several shell scripts
(Deb, Fedora, Mandriva...)
Rework of the REAME file and the help page.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'specs/knutclient.spec.mandrake.10.1')
-rw-r--r-- | specs/knutclient.spec.mandrake.10.1 | 100 |
1 files changed, 0 insertions, 100 deletions
diff --git a/specs/knutclient.spec.mandrake.10.1 b/specs/knutclient.spec.mandrake.10.1 deleted file mode 100644 index 804dd3d..0000000 --- a/specs/knutclient.spec.mandrake.10.1 +++ /dev/null @@ -1,100 +0,0 @@ -Summary: NUT GUI Interface -Name: knutclient -Version: 0.9.5 -Release: 1 -License: GPL -Url: http://www.alo.cz/knutclient -Group: Monitoring -Source0: ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot - -%description -Knutclient is a GUI interface for UPS system NUT - -%prep -%setup -sh admin/cvs.sh cvs - -%build -CFLAGS="$RPM_OPT_FLAGS" \ -CXXFLAGS="$RPM_OPT_FLAGS" \ -./configure --prefix=%{_prefix} \ - --libdir=%{_libdir} \ - --enable-mt \ - --disable-rpath -%make - -%install -make install-strip DESTDIR=%buildroot -install -d %buildroot/%_menudir -cat > %buildroot/%_menudir/%{name} <<EOF -?package(%{name}):\ -command="/usr/bin/knutclient"\ -title="KNutClient"\ -icon="knutclient.png"\ -longtitle="A GUI interface for UPS system NUT"\ -needs="X11"\ -section="Applications/Monitoring" -EOF -%find_lang %{name} - -%clean -rm -rf %{buildroot} - -%post -%{update_menus} - -%postun -%{clean_menus} - -%files -f %name.lang -%defattr(-,root,root) -%doc README AUTHORS ChangeLog INSTALL TODO COPYING -%{_bindir}/knutclient -%{_menudir}/%{name} -%{_datadir}/applnk/Utilities/knutclient.desktop -%dir %{_datadir}/apps/knutclient -%{_datadir}/apps/knutclient/knutclientui.rc -%{_docdir}/HTML/*/knutclient -%{_iconsdir}/??color/??x??/apps/knutclient.png -%{_iconsdir}/??color/??x??/apps/knutclienterr.png -%{_iconsdir}/??color/??x??/apps/knutclientconn.png -%dir %{_datadir}/apps/knutclient/pics/knc_conn.png -%dir %{_datadir}/apps/knutclient/pics/knc_error.png -%dir %{_datadir}/apps/knutclient/pics/knc_main.png - -%changelog -* Fri Dec 19 2003 Arnaud de Lorbeau <adelorbeau@mandrakesoft.com> 0.7.4-1mdk -- New release - -* Mon Nov 10 2003 Arnaud de Lorbeau <adelorbeau@mandrakesoft.com> 0.7.3-3mdk -- Correction changelog - -* Mon Nov 10 2003 Arnaud de Lorbeau <adelorbeau@mandrakesoft.com> 0.7.3-2mdk -- Correction Buildrequires - -* Fri Nov 07 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.7.3-1mdk -- new release - -* Fri Jul 25 2003 Arnaud de Lorbeau <adelorbeau@mandrakesoft.com> 0.6.3-1mdk -- New release - -* Fri Jul 18 2003 Laurent MONTEL <lmontel@mandrakesoft.com> 0.6.0-3mdk -- Rebuild - -* Wed Apr 30 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.6.0-2mdk -- buildrequires - -* Wed Jan 08 2003 Lenny Cartier <lenny@mandrakesoft.com> 0.6.0-1mdk -- 0.6.0 - -* Tue Aug 27 2002 Arnaud de Lorbeau <adelorbeau@mandrakesoft.com> 0.5.0-2mdk -- New release - -* Mon Aug 19 2002 Laurent Culioli <laurent@pschit.net> 0.4.1-4mdk -- rebuild with gcc3.2 - -* Sat Jul 27 2002 Arnaud de Lorbeau <adelorbeau@mandrakesoft.com> 0.4.1-3mdk -- Mandrake adaptions -- Creation of patch for qt3 detection in configure -- Creation of french po file |