]> git.pld-linux.org Git - packages/cssauth.git/commitdiff
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 02:43:02 +0000 (02:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cssauth.spec -> 1.2

cssauth.spec

index 87793a215b951629c93ccf4c0357b6f5fe1ff422..7bf27057f53df3bffb4454a6fe7bf5c94e992961 100644 (file)
@@ -1,10 +1,12 @@
-Summary:       CSS authentication/decryption tools     
+Summary:       CSS authentication/decryption tools
+Summary(pl):   Narzêdzia do autentykacji i dekodowania CSS
 Name:          cssauth
 Version:       0
 Release:       1
 License:       GPL
-Group:         Utilities
-Group(pl):     Narzêdzia
+Group:         Applications
+Group(de):     Applikationen
+Group(pl):     Aplikacje
 Source0:       %{name}.tar.gz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -13,18 +15,23 @@ Tools for authenticating and decrypting CSS-protected DVD. Makes
 playing DVD using MPEG-2 software decoders (like VideoLAN client)
 possible.
 
+%description -l pl
+Narzêdzia do autentykacji i dekodowania p³yt DVD zakodowanych CSS.
+Sprawiaj±, ¿e odtwarzanie DVD przy pomocy programowych dekoderów
+MPEG-2 (jak klient VideoLAN) jest mo¿liwe.
+
 %prep
 %setup -qn css-auth
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS"
+%{__make} CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_bindir}
-install -s css-cat dvdinfo tstdvd $RPM_BUILD_ROOT%{_bindir}
-install -s reset $RPM_BUILD_ROOT%{_bindir}/dvdreset
+install css-cat dvdinfo tstdvd $RPM_BUILD_ROOT%{_bindir}
+install reset $RPM_BUILD_ROOT%{_bindir}/dvdreset
 
 gzip -9nf README
 
This page took 0.056113 seconds and 4 git commands to generate.