Projects
home:blinry
nordlicht
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
nordlicht.spec
Changed
@@ -1,3 +1,5 @@ +%define soname 0 + Name: nordlicht Version: 0.3.1 Release: 0 @@ -15,7 +17,24 @@ %description nordlicht is a C library for converting video files into colorful barcodes. It is inspired by the Moviebarcode Tumblr, but aims at the next logical step: Integrating these barcodes into video players to make navigation faster and more precise. -nordlicht provides a command line tool, which you can use to generate your own barcodes easily. + +This package provides a command line tool, which you can use to generate your own barcodes easily. + +%package -n %{name}-%{soname} +Summary: C git library +Group: System/Libraries + +%description -n %{name}-%{soname} +nordlicht is a C library for converting video files into colorful barcodes. It is inspired by the Moviebarcode Tumblr, but aims at the next logical step: Integrating these barcodes into video players to make navigation faster and more precise. + +%package devel +Summary: nordlicht development files +Group: Development/Libraries/C and C++ +Requires: %{name}-%{soname} >= %{version} + +%description devel +This package contains all necessary include files and libraries needed +to compile and develop applications that use nordlicht. %prep %setup -q @@ -31,8 +50,15 @@ %make_install %files -%{_bindir}/* -%{_libdir}/* -%{_includedir}/* +%doc %{_mandir}/man1/%{name}.1%{ext_man} +%{_bindir}/%{name} + +%files -n %{name}-%{soname} +%{_libdir}/lib%{name}.so.%{soname} + +%files devel +%{_libdir}/lib%{name}.so +%{_libdir}/pkgconfig/lib%{name}.pc +%{_includedir}/%{name}.h %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.