]> git.pld-linux.org Git - packages/shared-desktop-ontologies.git/commitdiff
- init
authorshadzik <shadzik@pld-linux.org>
Wed, 2 Dec 2009 13:35:05 +0000 (13:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    shared-desktop-ontologies.spec -> 1.1

shared-desktop-ontologies.spec [new file with mode: 0644]

diff --git a/shared-desktop-ontologies.spec b/shared-desktop-ontologies.spec
new file mode 100644 (file)
index 0000000..ce804b7
--- /dev/null
@@ -0,0 +1,65 @@
+
+Summary:       Shared Desktop Ontologies
+Summary(pl.UTF-8):     Shared Desktop Ontologies
+Name:          shared-desktop-ontologies
+Version:       0.2
+Release:       1
+License:       GPL
+Group:         X11/Libraries
+Source0:       http://dl.sourceforge.net/project/oscaf/shared-desktop-ontologies/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: 6c004e1c377f768cae5b321bc111876b
+URL:           http://sourceforge.net/apps/trac/oscaf/
+# leave only required ones
+BuildRequires: cmake >= 2.6.1-2
+BuildRequires: rpmbuild(macros) >= 1.293
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Shared desktop ontologies.
+
+#%description -l pl.UTF-8
+
+%package devel
+Summary:        Cmake files for shared-desktop-ontologies
+Summary(pl.UTF-8):      Pliki cmake dla shared-desktop-ontologies
+Group:          Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Cmake files for shared-desktop-ontologies.
+
+%description devel -l pl.UTF-8
+Pliki cmake dla shared-desktop-ontologies.
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake .. \
+       -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
+       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%if "%{_lib}" == "lib64"
+       -DLIB_SUFFIX=64
+%endif
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/ontology
+
+%files devel
+%defattr(644,root,root,755)
+%{_datadir}/pkgconfig/shared-desktop-ontologies.pc
+%{_datadir}/cmake/SharedDesktopOntologies
This page took 0.066558 seconds and 4 git commands to generate.