forked from jjzhang/booth
-
Notifications
You must be signed in to change notification settings - Fork 26
Maintainance cleanup #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
4e4a3ec
build: s/CPPFLAGS/CFLAGS/ + use GLIB_LIB
jnpkrn 056b9c9
maint: spec: SPDX license notation only for SUSE
jnpkrn e40d4a3
maint: spec: drop redundant, unused %check scriptlet
jnpkrn ebf53e3
maint: spec: get rid of redundant %clean section
jnpkrn ab5f397
maint: configure: drop useless AC_CHECK_LIB invocations
jnpkrn ceec5c2
maint: spec: use pkgconfig for glib-2.0
jnpkrn e030217
maint: configure: nicely formatted help/summary screens
jnpkrn 2c22f54
maint: configure: --enable-resource-monitor no longer relevant
jnpkrn 1319660
maint: build: allow requesting no HTML man + use in spec
jnpkrn 5d2b6b3
Low: avoid using cl_log directly
jnpkrn 1dcd750
Low: "char *" more string funcs friendly than unsigned variant
jnpkrn b8b9657
Low: attr: assert the string truncation will not occur
jnpkrn ce1effc
Low: make (a defensive) use of known static buffer sizes
jnpkrn 89d9e06
Low: apparently static function should be marked so
jnpkrn 8149495
Low: const-cast char arrays where suitable
jnpkrn 9c7ccd2
Low: use unsigned int where suitable
jnpkrn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
maint: spec: use pkgconfig for glib-2.0
...as this is the only reference configure script uses. References: http://rpm.org/gitweb?p=rpm.git;a=commit;h=6c4b0fc (~2007)
- Loading branch information
commit ceec5c267c46d01a5fc7b498c7637f10bc885b06
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be %endif, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On 18/04/16 08:21 -0700, Dejan Muhamedagic wrote:
Right, thanks for noticing.
(I blame vim highlighter for showing "%if" the same way as "%fi").
Jan (Poki)