]> git.pld-linux.org Git - SPECS.git/blob - owncloud-fluxx_compensator.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / owncloud-fluxx_compensator.spec
1 %define         pkgname fluxx_compensator
2 Summary:        Framework for the ownCloud News app
3 Name:           owncloud-%{pkgname}
4 Version:        0.2.5
5 Release:        1
6 License:        AGPL
7 Group:          Development/Languages/PHP
8 Source0:        http://apps.owncloud.com/CONTENT/content-files/157091-fluxx_compensator.zip
9 # Source0-md5:  415a367241797df464d17fd278a9b7b6
10 URL:            http://apps.owncloud.com/content/show.php/FluXX+Compensator+%28Y%29?content=157091
11 BuildRequires:  rpmbuild(macros) >= 1.461
12 Requires:       owncloud >= 5.0.0
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _appdir         %{_datadir}/owncloud/apps/%{pkgname}
17
18 %description
19 This simple app adds a handle each to the header and navigation
20 panels. That handle allows to slide the panels in and out of view.
21 This helps to gain valuable space on small displays. The app is kept
22 extremely simple. No configuration section required, all is integrated
23 right at your finger tip. Just activate and use, hold and slide the
24 handles to where you want them.
25
26 %prep
27 %setup -qc
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_appdir}
32
33 cp -a * $RPM_BUILD_ROOT%{_appdir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %{_appdir}
This page took 0.231798 seconds and 3 git commands to generate.