]> git.pld-linux.org Git - packages/DFB++.git/blobdiff - DFB++.spec
- mass commit: cosmetics (removed trailing white spaces)
[packages/DFB++.git] / DFB++.spec
index e5125cd7b0b8b49d5702d19eaa46fd8d090c4878..a250dbf4ee2ac362ebf55fd70853ec239f58b052 100644 (file)
@@ -1,11 +1,12 @@
 Summary:       C++ binding for DirectFB
 Summary(pl):   Interfejs C++ do DirectFB
 Name:          DFB++
-Version:       0.9.15
+Version:       0.9.19
 Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://www.directfb.org/download/DirectFB/%{name}-%{version}.tar.gz
+# Source0-md5: e0e93e2ab93b1eb8c9302add56206238
 URL:           http://www.directfb.org/
 BuildRequires: DirectFB-devel >= %{version}
 BuildRequires: autoconf
@@ -20,7 +21,7 @@ argument of every interface function. Another feature is the usage of
 exceptions. It's annoying having these error checking stuff with
 growing deinitialization stacks. Most functions are 'void'. As soon as
 a DirectFB function returns an error a DFBException is thrown.
-               
+
 %description -l pl
 DFB++ jest interfejsem C++ do biblioteki DirectFB, u³atwiaj±cym jej
 u¿ywanie. Jedn± z zalet jest brak konieczno¶ci przekazywania 'thiz'
@@ -64,10 +65,11 @@ Statyczna biblioteka DFB++.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 install examples/simple.cpp $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
This page took 0.176724 seconds and 4 git commands to generate.