]> git.pld-linux.org Git - packages/asmix.git/commitdiff
- adapterized, fixes in %%files
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 31 Oct 2001 09:32:26 +0000 (09:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asmix.spec -> 1.2

asmix.spec

index 156364715003d0407da6f8ad2032ac8abdd603f8..5cb0c955726c2cc3e92116ad0252b9d548d8b5ec 100644 (file)
@@ -1,53 +1,48 @@
 Summary:       AfterStep sound mixer volume control
-Summary(pl):   Mixer pod AfterStep'a
+Summary(pl):   Mixer dla AfterStepa
 Name:          asmix
 Version:       1.3
 Release:       1
 License:       GPL
 Group:         Applications/Sound
+Group(de):     Applikationen/Laut
 Group(pl):     Aplikacje/D¼wiêk
-Source0:       http://www.tigr.net/afterstep/download/asmix/asmix-1.3.tar.gz
-BuildRequires: autoconf
+Source0:       http://www.tigr.net/afterstep/download/asmix/%{name}-%{version}.tar.gz
 BuildRequires: XFree86-libs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Requires:      XFree86
 
 %description
-
-The tool displays a volume knob on a ground plate or without                    
-a ground plate if you use -shape option. The volume knob adjusts                
-the master volume of your sound card. Just grab the knob with                   
-the left button of your mouse and drag it around.
+The tool displays a volume knob on a ground plate or without a ground
+plate if you use -shape option. The volume knob adjusts the master
+volume of your sound card. Just grab the knob with the left button of
+your mouse and drag it around.
 
 %description -l pl
-
-Kolejny regulator g³o¶no¶ci. Prosty w obs³udze. Przyjemny wygl±d. 
-Du¿± ga³k± regulujemy poziom sumy. Wygl±da równie dobrze pod AfterStep'em
-jak pod innymi wm'ami.
+Kolejny regulator g³o¶no¶ci. Prosty w obs³udze. Przyjemny wygl±d. Du¿±
+ga³k± regulujemy poziom sumy. Wygl±da równie dobrze pod AfterStepem
+jak pod innymi zarz±dcami okien.
 
 %prep
 %setup -q
 
 %build
 %configure2_13
-make
+%{__make}
 
 %install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-mkdir $RPM_BUILD_ROOT/usr/bin -p
-mkdir $RPM_BUILD_ROOT/%{_mandir}/man1 -p
-
-mv asmix.man asmix.1
+install asmix $RPM_BUILD_ROOT%{_bindir}
+install asmix.man $RPM_BUILD_ROOT/%{_mandir}/man1/asmix.1
 
-install -c asmix $RPM_BUILD_ROOT/%{_bindir}
-install -c asmix.1 $RPM_BUILD_ROOT/%{_mandir}/man1
 gzip -9nf CHANGES INSTALL LICENSE README
-gzip -9nf $RPM_BUILD_ROOT/%{_mandir}/man1/asmix.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(755,root,root)
-/%{_bindir}/*
-%attr(644,root,root)/%{_mandir}/man1/*.gz
+%defattr(644,root,root,755)
+%doc CHANGES.gz INSTALL.gz LICENSE.gz README.gz
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.072643 seconds and 4 git commands to generate.