summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkloczek1999-02-15 22:16:21 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit7e56a23cfead8da21700a7ffe57d56aaef26aafb (patch)
treec115883134dbd0d10cf6c6241dce6c1911e8f1ed
downloadbladeenc-7e56a23cfead8da21700a7ffe57d56aaef26aafb.zip
bladeenc-7e56a23cfead8da21700a7ffe57d56aaef26aafb.tar.gz
- initial version,BladeEnc-072-2
- added ExclusiveOS and ExclusiveArch fields, - cosmetic changes for common l&f, - revision up to 2. Changed files: bladeenc.spec -> 1.1
-rw-r--r--bladeenc.spec42
1 files changed, 42 insertions, 0 deletions
diff --git a/bladeenc.spec b/bladeenc.spec
new file mode 100644
index 0000000..d470710
--- /dev/null
+++ b/bladeenc.spec
@@ -0,0 +1,42 @@
+Summary: Blade's MP3 Encoder
+Summary(pl): Encoder MP3 Bladeya
+Name: BladeEnc
+Version: 072
+Release: 2
+Copyright: Freeware
+Vendor: Tord Jansson <tord.jansson@swipnet.se>
+Group: Applications/Sound
+Group(pl): Aplikacje/DĽwięk
+Source: http://home8.swipnet.se/~w-82625/binaries/%{name}%{version}-i386-linux.tar.gz
+URL: http://home8.swipnet.se/~w-82625/
+ExclusiveOS: Linux
+ExclusiveArch: i386
+BuildRoot: /tmp/%{name}-%{version}-buildroot
+
+%description
+BladeEnc is a program to generate MP3 files from WAV or AIFF sound files.
+
+%description -l pl
+BladeEnc jest programem służ±cym do generowania plików MP3 z plików
+dĽwiękowych w formacie WAV lub AIFF.
+
+%prep
+%setup -q -n %{name}%{version}-i386-linux
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/usr/bin
+install -s bladeenc $RPM_BUILD_ROOT/usr/bin
+
+%files
+%attr(644,root,root,755) %doc manual.html
+
+%attr(755,root,root) /usr/bin/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%changelog
+* Sat Jan 02 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
+- initial RPM release