]> git.pld-linux.org Git - packages/lftp.git/commitdiff
- revision up to 4,
authorkloczek <kloczek@pld-linux.org>
Sat, 29 May 1999 15:24:15 +0000 (15:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more rpm macros,
- summarized %changelog.

Changed files:
    lftp.spec -> 1.22

lftp.spec

index 60a20a4437890a5f69243f2241644db21e0cfec7..2269e4200203095ce153221d64feb76ef3271fe4 100644 (file)
--- a/lftp.spec
+++ b/lftp.spec
@@ -2,7 +2,7 @@ Summary:        Commandline ftp client
 Summary(pl):   Zaawansowany klient ftp
 Name:          lftp
 Version:       1.2.4
-Release:       3
+Release:       4
 Group:         Networking/Utilities
 Group(pl):     Sieciowe/Narzêdzia
 Copyright:     GPL
@@ -33,7 +33,8 @@ Doskonale si
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+CXXFLAGS="$RPM_OPT_FLAGS" \
 ./configure %{_target} \
        --prefix=/usr
 make 
@@ -49,27 +50,25 @@ install lftp.conf $RPM_BUILD_ROOT/etc
 gzip -9fn $RPM_BUILD_ROOT%{_mandir}/man1/* \
        README NEWS 
 
+%find_lang lftp
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f lftp.lang
 %defattr(644,root,root,755)
 %doc {README,NEWS}.gz
-
+%config(noreplace) %verify(not size mtime md5) /etc/lftp.conf
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
-
 %attr(755,root,root) %{_datadir}/lftp
 
-%lang(es)    %{_datadir}/locale/es/LC_MESSAGES/lftp.mo
-%lang(ru)    %{_datadir}/locale/ru/LC_MESSAGES/lftp.mo
-%lang(it)    %{_datadir}/locale/it/LC_MESSAGES/lftp.mo
-%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/lftp.mo
-%lang(pl)    %{_datadir}/locale/pl/LC_MESSAGES/lftp.mo
+%changelog
+Revision 1.31  1999/07/12 23:06:05  kloczek
+- added using CVS keywords in %changelog (for automating them).
 
-%config(noreplace) %verify(not size mtime md5) /etc/lftp.conf
+* Sat May 29 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [1.2.4-4]
-%changelog
 - more rpm macros,
 - added rpm BuildPrereq rules.
 
@@ -98,7 +97,6 @@ rm -rf $RPM_BUILD_ROOT
 - changed %lang to pt_BR on pt_BR lftp.mo.
 
 * Fri Jun 12 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
-- moved %changelog at the end of spec.
-- build against glibc-2.1,
+- moved %changelog at the end of spec.- build against glibc-2.1,
 - translation modified for pl,
 - moved %changelog at the end of spec.
This page took 0.079623 seconds and 4 git commands to generate.