]> git.pld-linux.org Git - packages/EasyBMP.git/commitdiff
- initial PLD release
authorwitekfl <witekfl@pld-linux.org>
Mon, 23 May 2005 20:08:07 +0000 (20:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    EasyBMP.spec -> 1.1

EasyBMP.spec [new file with mode: 0644]

diff --git a/EasyBMP.spec b/EasyBMP.spec
new file mode 100644 (file)
index 0000000..68a33e7
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       EasyBMP library
+Summary(pl):   Biblioteka EasyBMP
+Name:          EasyBMP
+Version:       0.61
+Release:       1
+License:       LGPL
+Group:         Libraries
+%define                dver 0.57b
+Source0:       http://dl.sourceforge.net/easybmp/%{name}_%{version}.zip
+# Source0-md5: 32e42f5b407a1b208e49075d0256909f
+Source1:       http://dl.sourceforge.net/easybmp/%{name}_Documentation_%{dver}.zip
+# Source1-md5: 99dea20d75bd55557a1817178aab58b8
+URL:           http://easybmp.sourceforge.net/
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Easy to use library for BMP file format handling.
+
+%description -l pl
+£atwa w u¿yciu biblioteka do obs³ugi formatu BMP.
+
+%prep
+%setup -q -c %{name}-%{version} -a 1
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_includedir}/EasyBMP
+install *.h $RPM_BUILD_ROOT%{_includedir}/EasyBMP
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc EasyBMP_ChangeLog.txt EasyBMP_Documentation_%{dver}/EasyBMP_UserManual.pdf
+%dir %{_includedir}/%{name}
+%{_includedir}/%{name}/*
This page took 0.071692 seconds and 4 git commands to generate.